PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFPageTransform Class / transformOperator Method
Input operator
List of transformed operators.
In This Topic
    transformOperator Method
    In This Topic
    Transforms the input PDF operator in a list of zero or more operators.
    Syntax
    protected void transformOperator( 
       PDFContentStreamOperator input,
       java.util.ArrayList<PDFContentStreamOperator> output
    )

    Parameters

    input
    Input operator
    output
    List of transformed operators.
    See Also